home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Orlando_1993 / Devcon93.4 / CAMD / fd / realtime_lib.fd < prev   
Encoding:
Text File  |  1992-10-30  |  445 b   |  23 lines

  1. * "realtime.library"
  2. ##base _RealTimeBase
  3. ##bias 30
  4. ##public
  5. *
  6. * --------------------- Locks
  7. *
  8. LockRealTime(locktype)(d0)
  9. UnlockRealTime(lock)(a0)
  10. *
  11. * --------------------- Conductor
  12. *
  13. CreatePlayerA(tags)(a0)
  14. DeletePlayer(pi)(a0)
  15. SetPlayerAttrsA(pi,tags)(a0/a1)
  16. SetConductorState(pl,newstate,newtime)(a0,d0/d1)
  17. ExternalSync(pl,external,max_external)(a0,d0/d1)
  18. NextConductor(c)(a0)
  19. FindConductor(name)(a0)
  20. GetPlayerAttrsA(pi,tags)(a0/a1)
  21. *
  22. ##end
  23.